@charset "utf-8";

#linha {
    top: 310px;
    background-color: #007223;
}

#politica-privacidade {
    position: relative;
    float: right;
    width: 635px;
    height: auto;
    margin-top: 60px;
    margin-right: 40px;
}

#politica-privacidade h3 {
    width: 236px;
    height: 35px;
    background-image: url("../img/contato_h3.png");
    margin-bottom: 40px;
    margin-left: -22px;
}

#erro {
    margin: 0px;
    margin-top: -40px;
    margin-bottom: 5px;
    padding: 10px;
    background-color: #FFC;
    border: 1px dashed #09C;
    width: 650px;
}

#politica-privacidade span {
    font-family: "Muli", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #197500;
}

#politica-privacidade p {
    font-family: "Muli", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
}

#politica-privacidade select,
#politica-privacidade input,
#politica-privacidade textarea {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    width: 500px;
    height: 20px;
    border: 1px solid #CCC;
    margin-bottom: 13px;
}


#politica-privacidade textarea {
    height: 187px;
}

#politica-privacidade .botao_enviar {
    width: 60px;
    height: 25px;
    background-color: #197500;
    padding: 3px;
    color: #FFF;
}

.box-politica {
    width: calc(100% - 102px);
    padding: 40px 50px;
    border: 1px solid #dedede;
    margin-bottom: 40px;
}

.box_subtitulo .sub-text {
    margin-left: 4%;
    border: 2px solid red;
}
